/*****************nav*********************/
.header{
	width: 100%;
	height: 96px;
    position: relative;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    min-width: 1200px;
}
.header-logo{
	float: left;
	overflow: hidden;
	height: 100%;
	margin-left: 60px;
}
.header-logo *{
	height: inherit;
}
.header-logo h1 a{
	display: block;
	/*text-indent: -9999px;*/
	overflow: hidden;
	width: 200px;
	/*background: url(../images/logo.png) center/auto 70% no-repeat;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-logo h1 a img{
	width: 70%;
	height: auto;
}
.header-nav{
	float: right;
}
.header-nav > ul > li{
	float: left;
	text-align: center;
	position: relative;
}
.header-nav > ul > li > a{
	padding:0 30px;
	line-height: 96px;
	font-size: 16px;
	display: block;
	transition: .5s;
}
.header-nav > ul > li > a i{
	margin-left: 2px;
	width: 9px;
	color: inherit;
}
.header-nav > ul > li.active > a{
	color: #fff;
	background: #1c3c7e;
}
.header-nav > ul > li.on > a{
	color: #fff;
	background: #1c3c7e;
}
.header-nav > ul > li.no-active > a{
	color: #333 !important;
	background: transparent !important;
}
.header-nav > ul > li > ul{
	position: absolute;
}
.header-box{
	height: 96px;
}
.header-tel{
	float: right;
	height: 96px;
	margin-left: 200px;
	margin-right: 60px;
	font-size: 16px;
	display: flex;
	align-items:center;
}
.header-tel > div{
	margin-left: 20px;
}
.header-tel i{
	width: 19px;
	height: 24px;
	font-size: 24px;
	margin-right: 10px;
}
.header-tel p{
	line-height: 1.5;
}
@media (max-width: 1700px){
	.header-tel{
		margin-left: 80px;
	}
	.header-logo{
		margin-left: 40px;
	}
}
@media (max-width: 1550px){
	.header-logo{
		margin-left: 30px;
	}
	.header-tel{
		margin-left: 50px;
	}
}
@media (max-width:1440px ){
	.header-nav > ul > li > a{
		padding:0 30px;
	}
	.header-tel{
		margin-left: 20px;
		margin-right: 20px;
	}
	.header-logo{
		margin-left: 10px;
	}
}
@media (max-width: 1350px){
	.header-tel{
		margin-right: 10px;
	}
	.header-nav > ul > li > a{
		padding:0 24px;
	}
	.header-logo{
		margin-left: 0;
	}
	.header-tel > div{
		margin-left: 10px;
	}
}
/****************footer*******************/
.footer{
	background: #212121;
	/*display: none;*/
}

.f-content{
	width: 1200px;
	margin:0 auto;
	padding: 25px 0 25px;
	font-size: 12px;
}
.f-content dl {
	float: left;
    padding-right: 9px;
    min-width: 135px;
    overflow: hidden;
}
.f-content dl dt{
	color: #d7d8d9;
	font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 5px;
}
.f-content dl dd{
	display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.f-content dl dd a{
	display: block;
	color: #9b9ea0;
	transition: .5s;
}
.f-content dl dd a:hover{
	color: #91c0ff;
}
.f-content dl + dl {
	margin-left: 8px;
}
.f-content dl:nth-last-of-type(1){
	padding-right: 0;
	min-width: 120px;
}
.f-company-info{
	float: right;
	margin-top: 9px;
	position: relative;
	padding-left: 4.5%;
	padding-bottom: 1%;
	position: relative;
}
/*.f-company-info:before{
	content: "";
	border-left: 1px solid #9b9ea0;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
}*/
.f-company-info *{
	color: inherit;
}
.f-company-info img{
    height: 54px;
    margin-bottom: 5%;
}
.f-company-info h2{
	color: #d7d8d9;
	font-size: 18px;
    line-height: 26px;
    margin-bottom: 13px;
}
.f-company-info li{
	color: #9b9ea0;
	display: block;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 15px;
}
.f-company-info li i{
	text-align: center;
	width: 20px;
}

.f-company-info li:nth-of-type(1) i{
	font-size: 17px;
}
.f-company-info li:nth-of-type(2) i{
	font-size: 18px;
}
.f-company-info li:nth-of-type(3) i{
	font-size: 18px;
}

.f-copy{
	text-align: left;
    font-size: 12px;  
    line-height: 26px;
    border-top: 1px solid #4b5054;
    background: #242424;
    padding-top: 11px;
    padding-bottom: 11px;
}
.f-copy-inside{
	width: 1200px;
	margin: 0 auto;
	color: #9b9ea0;
	font-size: 14px;
}
.f-copy-inside img{
	display: inline-block;
}
.f-copy a{
	color: #9b9ea0;
}
.f-border{
	position: absolute;
	left: 0;
	top: 2px;
}
.f-border ul li{
	border-left: 1px solid #fff;
}
.f-border ul li + li{
	margin-top: 6px;
}
.f-border ul li:nth-of-type(1){
	border-color: #fabd00;
	height: 56px;
}
.f-border ul li:nth-of-type(2){
	border-color: #3cab48;
	height: 56px;
}
.f-border ul li:nth-of-type(3){
	border-color: #db1e24;
	height: 56px;
}
.support{
	float: right;
	color: #9b9ea0;
}
/***************aside menu****************/
.asideMenu{
	position:fixed;
	right: 0;
	width: 56px;
	z-index: 11;
	top:50%;
	margin-top: 30px;
}
.asideMenu ul li{
	width: 100%;
	height: 56px;
	float: right;
	transition: .4s;
	background: #fff;
	text-align: left;
	line-height: 56px;
	transition: .5s;
	cursor: pointer;
	position: relative;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.asideMenu ul li.goTop{
	border: none;
	background: #1c3c7e;
	transition: .4s;
}
.asideMenu ul li.asidePhone{
	transition: .6s;
}
.asideMenu ul li.asidePhone span{
	position: absolute;
	left: 56px;
	top: 0;
	display: inline-block;
	width: 220px;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 19px;
	color:#1c3c7e;
}
.asideMenu ul li.asidePhone span:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	border-left: 1px solid #ddd;
	top:21px;
	bottom:21px;
}
.asideMenu ul li:hover{
	width: 70px;
}
.asideMenu ul li.asidePhone:hover{
	width: 240px;
}
.asideMenu ul li + li{
	margin-top: 1px;
}
.asideMenu ul li i{
	color: #999;
	font-size: 26px;
	width: 56px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}
.asideMenu ul li:hover i{
	color: #1c3c7e;
}
.asideMenu ul li i.fa-wechat{
	font-size: 24px;
}
.asideMenu ul li i.fa-phone{
	font-size: 30px;
	line-height: 56px;
}
.asideMenu ul li i.fa-angle-up{
	font-size: 40px;
	line-height: 53px;
	color: #fff;
}
.asideWechat img{
	width: 160px;
	position: absolute;
	right: 76px;
	bottom: -48px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.asideWechat:hover img{
	visibility: visible;
	opacity: 1;
}

/****************index********************/

/*********banner********/
.ibanner-swiper-container{
	clear: both;
}
.ibanner-swiper-container .swiper-slide{
	width: 100%;
	background: #f5f5f5;
	color: #fff;
	font-size: 64px;
	text-align: center;
	cursor: pointer;
}
.ibanner-swiper-container .swiper-slide img{
	width: 100%;
}
.inbanner-swiper-button-prev{
	left: 0;
}
.inbanner-swiper-button-next{
	right: 0;
}
.inbanner-swiper-button-prev,.inbanner-swiper-button-next{
	text-align: center;
	width: 40px;
	height: 100px;
	background: rgba(28,60,126,.2);
	margin-top: -50px;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}
.ibanner-swiper-container:hover .inbanner-swiper-button-prev,.ibanner-swiper-container:hover .inbanner-swiper-button-next{
	visibility: visible;
	opacity: 1;
}
.inbanner-swiper-button-prev i,.inbanner-swiper-button-next i{
	text-align: center;	
	color: #fff;
	width: 40px;
	height: 100px;
	line-height: 100px;
	font-size: 34px;
}
.ibanner-swiper-container .ibanner-swiper-pagination{
	height: 2px;
	bottom: 24px;
}
.ibanner-swiper-pagination .swiper-pagination-bullet {
    width: 55px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    transition: .5s;
    vertical-align: top;
}
.ibanner-swiper-pagination .swiper-pagination-bullet-active{
	background: #1c3c7e;
}
.banner{
	width:100%;
}
.banner img{
	width: 100%;
}
/********banner end********/

/*about*/
.home-about{
	padding:80px 0;
	border-bottom: 1px solid #ebeef5;
}
.home-about-container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.home-about-container:before{
	content: "";
	display: block;
	position: absolute;
	left: -380px;
	bottom: -80px;
	width:361px;
	height:182px;
	background:url(../images/but_01.png) center center/100% 100% no-repeat;
	z-index: 1;
}
.home-about-container:after{
	content: "";
	display: block;
	position: absolute;
	right: -350px;
	top: -80px;
	width:366px;
	height:232px;
	background:url(../images/but_02.png) center center/100% 100% no-repeat;
	z-index: 1;
}
.home-about-left{
	float: left;
	width: 590px;
	height: 443px;
	text-align: right;
	position: relative;
}
.home-about-shadow{
	background:#7da4d9;
	width: 575px;
	height: 428px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home-about-left img{
	width: 570px;
	height: 423px;
	transition: .5s;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
/*.home-about-left img:hover{
	box-shadow:-10px 10px 0px 0px rgba(28,60,126,.1); 
}*/
.home-about-right{
	float: right;
	width: 600px;
	box-sizing: border-box;
	text-align: justify;
	position: relative;
	z-index: 2;
}
.home-about-right h2{
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom:12px;
	position: relative;
}
.home-about-right h2:after{
	content: "";
	display: block;
	position: absolute;
	width: 36px;
    height: 2px;
	background: #3b3b3b;
	left: 0;
	bottom: 0;
}
.home-about-right p{
	font-size: 14px;
	line-height: 2;
}
.home-about-right p + p{
	margin-top: 10px;
}
.home-about-profile{
	padding:20px 25px;
	height: 223px;
	margin-bottom: 10px;
	position: relative;
	background:#e9f0ff; 
}
.home-about-culture *,.home-about-slogan *{
	color: #fff;
}
.home-about-culture{
	width: 295px;
	float: left;
	padding: 20px;
	background: #5786de;
	height: 210px;
	position: relative;
}
.home-about-slogan{
	width: 295px;
	float: right;
	padding: 20px;
	background: #7da4d9;
	height: 210px;
	position: relative;
}
.home-about-right h3{
	position: relative;
	margin-bottom: 10px;
	padding-bottom:12px;
}
.home-about-right h3:after{
	content: "";
	display: block;
	position: absolute;
	width: 36px;
    height: 2px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.home-about-right .more a{
	font-size: 14px;
	border-radius: 100px;
	border:1px solid #333;
	padding:2px 18px;
	text-align: center;
	transition: .5s;
	display: block;
}
.home-about-right .more{	
	position: absolute;
}
.home-about-profile .more{
	bottom: 20px;
	right: 25px;
}
.home-about-culture .more{
	bottom: 20px;
	right: 25px;
}
.home-about-culture .more a{
	border-color:#fff;
}
.home-about-profile .more:hover a{
	background: #1c3c7e;
	color: #fff;
	border-color:#1c3c7e;
}
.home-about-culture .more:hover a{
	background: #fff;
	color: #333;
	border-color:#fff;
}
.home-about-profile i,.home-about-culture i,.home-about-slogan i{
	display: inline-block;
	position: absolute;
}
.home-about-profile i img{
	width: 48px;
}
.home-about-culture i img,.home-about-slogan i img{
	width: 40px;
}
.home-about-profile i{
	top: 16px ;
	right: 20px ;
}
.home-about-culture i{
	top: 18px ;
	right: 14px ;
}
.home-about-slogan i{
	top: 18px ;
	right: 18px ;
}
/*about end*/

/*product*/
.home-product{
	padding-bottom:80px;
}
.home-product-container{
	width: 1200px;
	margin:0 auto;
}
.home-product-menu{
	width: 238px;
	float: left;
}
.home-product-menu h3{
	text-align: center;
	background:#1c3c7e;
	line-height: 78px;
	font-size: 20px;
	color:#fff;
	border-bottom: 1px solid #eee;
}
.home-product-series{
	display: block;
	height: 60px;
	background: #fff;
	box-sizing: border-box;
	padding-left: 25px;
	transition: .4s;
	border:1px solid #ddd;
	border-top: 0;
	cursor: default;
	line-height: 60px;
}
.home-product-series i{
	display: inline-block;
	height: 28px;
	width: 28px;
	vertical-align: top;
	border-radius: 50%;
	margin-top: 16px;
	margin-right: 15px;
}
.home-product-series span{
	display: inline-block;
	color: #1c3c7e;
	font-size: 14px;
	transition: .4s;
}
.home-product-series:nth-of-type(1) i{
	background:#fff url(../images/i_pic1.png) center/100% no-repeat;
}
.home-product-series:nth-of-type(2) i{
	background:#fff url(../images/i_pic2.png) center/100% no-repeat;
}
.home-product-series:nth-of-type(3) i{
	background:#fff url(../images/i_pic5.png) center/100% no-repeat;
}
.home-product-series:nth-of-type(4) i{
	background:#fff url(../images/i_pic4.png) center/100% no-repeat;
}
.home-product-series:nth-of-type(5) i{
	background:#fff url(../images/i_pic3.png) center/100% no-repeat;
}
.home-product-series:nth-of-type(6) i{
	background:#fff url(../images/i_pic6.png) center/100% no-repeat;
}
.home-product-series.active,.home-product-series:hover{
	background:#1c3c7e;
	border-color: #1c3c7e;
}
.home-product-series.active span,.home-product-series:hover span{
	color: #fff;
}
.home-product-tel{
	border:1px solid #ddd;
	border-top: 0;
}
.home-product-tel img{
	width:100%;
}
/*.home-product-tel h3{
	font-size: 18px;
	background: #1c3c7e;
	color: #fff;
	text-align: center;
	line-height: 2.4;
}*/
.home-product-tel-num{
	padding-left: 57px;
	padding-top: 13px;
	padding:10px 0 10px 57px;
	background:url(../images/phone.png) 15px 17px no-repeat;
}
.home-product-tel-num p:nth-of-type(1){
	font-size: 13px;
	color: #1c3c7e;
}
.home-product-tel-num p:nth-of-type(2){
	font-size: 22px;
	color: #1c3c7e;
}
.home-product-show{
	width: 945px;
	height: 652px;
	float: right;
	position: relative;
}
.home-product-list{
	width:100%;
	height:100%;
	display: none;
}
.home-product-list.show{
	display: block;
}
.home-product-item{
	width: 305px;
	height: 321px;
	margin: 0 5px 10px;
	float: left;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	transition: .5s;
}
/*.home-product-item:nth-of-type(3n-2){
	margin-left: 0;
}
.home-product-item:nth-of-type(3n){
	margin-right: 0;
}*/
.home-product-item img{
	width: 100%;
	transition: .4s;
	height: 100%;
}
.home-product-item .home-product-item-img{
	overflow: hidden;
	width:100%;
	height: 255px;
	/*height: 100%;*/
}
.home-product-item-text{
	/*width:100%;
	height: 100%;
	background: rgba(28,60,128,.8);
	position: absolute;*/
	transition: .5s;
	/*visibility: hidden;
	opacity: 0;
	top: 0;
	box-sizing: border-box;
	padding:10px; */
	background: #ddd;
}
.home-product-item-text-box{
	/*border:1px solid #fff;
	width: 100%;
	height: 100%;
	position: relative;*/
}
.home-product-item-text-inside{
	/*position: absolute;
	top: 50%;
	width:100%;
	margin-top:-28.5px;*/
}
.home-product-item-text .home-product-item-class{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: normal;
	font-size: 18px;
	color: #333;
	padding:0 15px;
	width:100%;
	line-height: 64px;
	transition: .5s;
}
.home-product-item-text .home-product-item-description{
	font-size:14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
/*.home-product-item a:hover img{
	transform:scale(1.1,1.1);
}*/
.home-product-item:hover{
	border:1px solid #1C3C7E;
}
.home-product-item a:hover .home-product-item-text{
	background: #1C3C7E;
}
.home-product-item a:hover .home-product-item-class{
	color: #fff;
}
/*product end*/

/*advantage*/
.home-advantage{
	overflow: hidden;
	padding-bottom: 1%;
	background: #e9f0ff
}
.home-advantage-inside{
	width: 1200px;
	margin:0 auto;
	background: url(../images/a-bg.jpg) 655px 108%/auto 81% no-repeat;
}
.home-title{
	text-align: center;
	width: 1200px;
	margin:60px auto 40px;
	font-size: 14px;
    color: #909090;
    line-height: 20px;
}
.home-title h2{
    line-height: 54px;
    overflow: hidden;
    font-size: 26px;
    padding-bottom: 2px;
    margin-bottom: 12px;
    position: relative;
    color: #333;
}
.home-title h2:after{
	content: "";
	display: block;
	width: 36px;
	height: 3px;
	background: #3b3b3b;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -18px; 
}
.home-title p{
	color: inherit;
	font-size: 16px;
	font-weight: 300;
}
.home-advantage-title p{
	color: inherit;
}
.home-advantage-container{
	width: 1200px;
	margin:0 auto;
}
.home-advantage-container ul{
	width:550px;
	box-sizing: border-box;
	overflow: hidden;
}
.home-advantage-container li{
	text-align: right;
    margin-bottom: 10%;
    overflow: hidden;
    line-height: 20px;
    padding-right:100px;
    position: relative;
    cursor: default;
}
.home-advantage-container li:hover{
	color: #1162b1;
}
.home-advantage-container li img{
	transition: .4s;
	height: 56px;
	position: absolute;
	right: 0;
	top: 10px;
}
.home-advantage-container li:hover img{
	transform:rotateY(180deg); 
}

.home-advantage-container li h3{
	font-size: 18px;
	position: relative;
	color: inherit;
    line-height: 30px;
    height: 30px;
    color:#1162b1
}
.home-advantage-container li h3:after{
	content: "";
	display: block;
	right: -14px;
	top:13px;
	width: 5px;
	height: 5px;
	background: #1162b1;
	position: absolute;
}
.home-advantage-container li p{
	font-size: 14px;
	color: inherit;
}
.dropdown{
	position: relative;
}
.dropdown .dropdown-menu{
	left:0;
	right: 0;
	text-align: center;
/*	padding:12px;*/
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}
.dropdown:hover .dropdown-menu{
	visibility: visible;
	opacity: 1;
}
.dropdown .dropdown-menu li{
	font-size: 14px;
}
.dropdown .dropdown-menu li a{
	display: block;
	line-height: 44px;
	background: rgba(255,255,255,.9);
}
.dropdown .dropdown-menu li a:hover{
	color: #2e5fc3;
}
/*advantage end*/

/*cases*/
.home-case{
	overflow: hidden;
    padding-bottom: 60px;
    box-shadow: 0 5px 10px rgba(0,0,0,.06);
    background: #f6f6f6;
}
.home-case-container{
	margin:0 auto;
}
.home-case-item{
	float: left;
	width: 19.6%;
	margin:0 0.2% 0.4%;
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
}
.home-case-item a{
	display: block;
	position: relative;
}
.home-case-item img{
	width:100%;
}
.home-case-text{
	position: absolute;
	width:100%;
	height: 43px;
	bottom: 0;
	background:rgba(28,60,126,.6);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 2.4;
	overflow: hidden;
	transition: .5s;
}
.home-case-item a:hover .home-case-text{
	height: 100%;
}
.home-case-text .home-case-title{
	color: #fff;
	margin-bottom: 4px;
	vertical-align: top;
	margin-top:0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-case-text-box{
	position: absolute;
	top: 0;
	width:100%;
	transition: .5s;
}
.home-case-item a:hover .home-case-text-box{
	top: 50%;
	margin-top: -43px;
}
.home-case-text .home-case-view{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border:1px solid #fff;
	width: 80px;
    line-height: 30px;
    vertical-align: top;
	visibility: hidden;
	opacity: 0;
    transition: .5s;
}
.home-case-item a:hover .home-case-view{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
.home-case-view:hover{
	background:rgba(28,60,126,.8);
	width:100px;
}
.home-case-more{
	text-align: center;
}
.home-case-more a{
	display: inline-block;
    text-align: center;
    width: 170px;
    line-height: 40px;
    font-size: 16px;
    margin: 30px auto 10px;
    border: 1px #c8c8c8 solid;
    transition: 0.4s;
}
.home-case-more a:hover{
	background:#1c3c7e;
	border-color:#1c3c7e;
	color: #fff;
}
/*cases end*/

/*news*/
.home-news{
	padding-bottom: 3%;
	overflow: hidden;
}
.home-news .home-title{
	margin: 60px auto 20px;
}
.home-news-container{
	width: 1200px;
	margin:0 auto;
	display: none;
}
.home-menu{
	text-align: center;
	margin-bottom: 20px;
}
.home-menu a{
	display: inline-block;
    width: 180px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    margin: 0 11px 10px;
    color: #666;
    font-size: 16px;
    transition: all 0.3s;
}
.home-menu a.active,.home-menu a:hover{
	background: #1c3c7e;
    color: #fff;
    border-color: #1c3c7e;
    transition: all 0.3s;
}
.home-news-container{
	width: 1200xp;
	margin:0 auto;
}
.home-news-left{
	width:428px;
	float: left;
}
.home-news-right{
	width: 770px;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;
}
.home-news-left-img{
	width: 100%;
	height: 258px;
	overflow: hidden;
}
.home-news-left img{
	width: 100%;
	height: 258px;
	transition: .4s;
}
.home-news-left h3{
	font-size: 18px;
    color: #1c3c7e;
    line-height: 48px;
    height: 48px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news-left p{
	font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.home-news-left a:hover img{
	transform:scale(1.1,1.1);
}
.home-news-item{
	height: 147px;
}
.home-news-item a{
	display: block;
	height: 100%;
}
.home-news-item + .home-news-item{
	margin-top: 58px;
}
.home-news-time{
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
	height: 100%;
	border-right:1px solid #d9d9d9;
}
.home-news-time h4{
	font-size: 24px;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 27px;
    padding-top: 54px;
    transition: 0.3s;
}
.home-news-time h3{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Arial';
  }
.home-news-item a:hover .home-news-time h4{
	color: #1c3c7e;
}
.home-news-text{
	float: right;
	width: 575px;
}
.home-news-text h3{
	font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-top: 15px;
    height: 32px;
    overflow: hidden;
    box-sizing:content-box;
    transition: .3s;
}
.home-news-item a:hover .home-news-text h3{
	color: #1c3c7e;
}
.home-news-text p{
	font-size: 14px;
    color: #666;
    line-height: 24px;
}
.home-news-text span{
	display: block;
	width: 28px;
    height: 14px;
    background: url(../images/new-view.png) no-repeat center;
    background-size: cover;
    margin-top: 24px;
    position: relative;
    left: 0;
    transition: left 0.3s;
}
.home-news-item a:hover .home-news-text span{
	left: 10px;
}
/*news end*/

/*honor*/
.home-honor{
	overflow: hidden;
}
/*.home-honor .home-title h2{
	color: #fff;
}
.home-honor .home-title h2:after{
	background: #fff;
}
.home-honor .home-title p{
	color: #fff;
}*/
.home-honor-container{
	position: relative;
	padding: 60px 80px;
	text-align: center;
	background: #ccc url(../images/h-bg.jpg) center center/1920px 100% no-repeat;
}
.home-honor-container a{
	display: inline-block;
}
.home-honor-container img{
	display: inline-block;
	height: 332px;
	width: auto;
	margin:0 30px;
	vertical-align: top;
	transition: .4s;
}
.home-honor-container img:hover{
	transform: scale(1.05,1.05);
	box-shadow: 0 5px 40px rgba(0,0,0,.5);
}
.home-honor-container .honor-swiper-container{
	cursor: move;
}
.honor-swiper-container .swiper-slide{
	width: 16.6%;
}
.honor-swiper-container .swiper-slide img{
	width: 100%;
	border:1px solid #eee;
	cursor: pointer;
}
.honor-swiper-button-prev,.honor-swiper-button-next{
	width: 30px;
	height: auto;
	top: 60px;
	bottom: 60px;
	margin-top:0;
	background: rgba(0,0,0,.1);
	text-align: center;
	transition: .3s;
}
.home-honor-container:hover .honor-swiper-button-prev i,.home-honor-container:hover .honor-swiper-button-next i{
	color: rgba(255,255,255,.3);
}
.home-honor-container:hover .honor-swiper-button-prev,.home-honor-container:hover .honor-swiper-button-next{
	background: rgba(0,0,0,.2);
}
.honor-swiper-button-prev:hover,.honor-swiper-button-next:hover{
	background: rgba(0,0,0,.4);
}
.honor-swiper-button-prev i,.honor-swiper-button-next i{
	top: 50%;
	position: relative;
	margin-top:-18px;
	font-size: 36px;
	color: rgba(255,255,255,.1);
	transition: .3s;
}
.home-honor-container .honor-swiper-button-prev:hover i,.home-honor-container .honor-swiper-button-next:hover i{
	color: rgba(255,255,255,.8);
}
.honor-swiper-button-prev{
	left: 50px;
}
.honor-swiper-button-next{
	right: 50px;
}
.honor-swiper-pagination{
	text-align: center;
	width: 100%;
	left: 0;
	padding-top: 16px;
}
.swiper-pagination-bullet{
	margin:0 6px;
	width: 14px;
	height: 14px;
	outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #1c3c7e;
}
/*honor end*/

/*choose*/
.home-choose{
	max-width:1444px;
	min-width: 1200px;
	margin: 0 auto; 
	overflow: hidden;
	/*background: #eee url(../images/c-bg.jpg) center center / 1920px 100% no-repeat;*/
}
.home-choose-container{
	width: 660px;
	margin:0 auto;
	position: relative;
}
.home-choose-item{
	position: relative;
	z-index: 5;
}
.home-choose-item:nth-of-type(odd){
	float: left;
}
.home-choose-item:nth-of-type(even){
	float: right;
}
.home-choose-item:nth-of-type(1){
	margin-bottom: 10px;
}
.home-choose-item:nth-of-type(2){
	margin-bottom: 10px;
}
.home-choose-title{
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top:-28.5px;
	left: 50%;
	margin-left: -52px;
	z-index: 6;
	background: #fff;
}
.home-choose-title h2{
	color: #000;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.home-choose-title h2 span{
	font-size: 38px;
	font-weight: bold;
}
.home-choose-text{
	position: absolute;
	z-index: 1;
}
.home-choose-text h3{
	font-size: 24px;
}
.home-choose-text p{
	font-size: 14px;
}
.home-choose-item-box{
	position: relative;
}
.home-choose-item-box img{
	transition: .4s;
}
.home-choose-item-box img:nth-of-type(1){
	height: 323px;
	position: absolute;
	z-index: -1;
}
.home-choose-item-one .home-choose-item-box img:nth-of-type(1){
	bottom: 4px;
	right: 2px;
}
.home-choose-item-two .home-choose-item-box img:nth-of-type(1){
	bottom: 4px;
    left: 2px;
}
.home-choose-item-three .home-choose-item-box img:nth-of-type(1){
	top: 4px;
	right: 2px;
}
.home-choose-item-four .home-choose-item-box img:nth-of-type(1){
	top: 4px;
	left: 3px;
}
.home-choose-item-box img:nth-of-type(2){
	width: 325px;
	height: 327px;
	position: relative;
	z-index: 1;
}
/*choose end*/

/*page product*/
.product-menu{
	background:#f6f6f6;
}
.product-menu-container{
	min-width: 1200px;
	max-width:1440px;
	margin:0 auto;
}
.product-menu-container ul li{
	float: left;
	width: 20%;
	text-align: center;
    box-sizing: border-box;
}
.product-menu-container ul li a{
	display: block;
	padding-top: 20px;
    padding-bottom: 20px;
    transition:.4s;
}
.product-menu-container ul li.on a,.product-menu-container ul li a:hover{
	background:#fff;
	color: #1c3c7e;
}
.product-menu-container ul li figure{
	/*transform: scale(1.2,1.2)*/
}
.product-menu-container ul li figcaption{
	font-size: 15px;
	color: inherit;
	transition: .4s;
}
.product-menu-container ul li.on figcaption,.product-menu-container ul li a:hover figcaption{
	color:#1c3c7e;
}
.product-menu-container ul li .product-menu-icon{
	display: inline-block;
	vertical-align: top;
	width:40px;
	height: 40px;
	margin-bottom: 4px;
	transition: .4s;
}
.product-menu-container ul li:nth-of-type(1) .product-menu-icon{
	background: url(../images/p-pic1-w.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(2) .product-menu-icon{
	background: url(../images/p-pic2-w.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(3) .product-menu-icon{
	background: url(../images/p-pic3-w.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(4) .product-menu-icon{
	background: url(../images/p-pic4-w.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(5) .product-menu-icon{
	background: url(../images/p-pic5-w.png) center/100% no-repeat;
}

.product-menu-container ul li:nth-of-type(1) a:hover .product-menu-icon,.product-menu-container ul li:nth-of-type(1).on .product-menu-icon{
	background: url(../images/p-pic1-b.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(2) a:hover .product-menu-icon,.product-menu-container ul li:nth-of-type(2).on .product-menu-icon{
	background: url(../images/p-pic2-b.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(3) a:hover .product-menu-icon,.product-menu-container ul li:nth-of-type(3).on .product-menu-icon{
	background: url(../images/p-pic3-b.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(4) a:hover .product-menu-icon,.product-menu-container ul li:nth-of-type(4).on .product-menu-icon{
	background: url(../images/p-pic4-b.png) center/100% no-repeat;
}
.product-menu-container ul li:nth-of-type(5) a:hover .product-menu-icon,.product-menu-container ul li:nth-of-type(5).on .product-menu-icon{
	background: url(../images/p-pic5-b.png) center/100% no-repeat;
}

.product-list{
	padding:60px 0 80px;
}
.product-list-container{
	margin:0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.product-list-container ul{
	width:1200px;
	margin:0 auto;
}
.product-list-container ul li{
	width: 24.6%;
	height: 375px;
	margin:0 0.2% 14px;
	float: left;
	border:1px solid #ddd;
	float: left;
	position: relative;
	overflow: hidden;
}
.product-list-img img{
	width:100%;
	transition: .4s;
}
.product-list-container ul li a:hover .product-list-img img{
	transform:scale(1.1,1.1); 
}
.product-item img{
	width: 100%;
	transition: .4s;
}
.product-item .home-product-item-img{
	overflow: hidden;
	border:1px solid #ddd;
	width:100%;
	height: 100%;
}
.product-item-text{
	/*width:100%;
	height: 100%;*/
	background: #ddd;
	/*position: absolute;*/
	transition: .5s;
	/*visibility: hidden;
	opacity: 0;
	top: 0;*/
	box-sizing: border-box;
	/*padding:10px; */
}
.product-item-text-box{
	/*border:1px solid #fff;
	width: 100%;
	height: 100%;
	position: relative;*/
}
.product-item-text-inside{
	/*position: absolute;
	top: 50%;
	width:100%;
	margin-top:-26.5px;*/
}
.product-item-text .product-item-title{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	padding:0 15px;
	width:100%;
    line-height: 64px;
    transition: .5s;
}
.product-item-text .product-item-class{
	font-size:14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.product-item a:hover img{
	/*transform:scale(1.1,1.1);*/
}
.product-item a:hover .product-item-text{
	/*visibility: visible;
	opacity: 1;*/
	background: #1c3c7e;
}
.product-item a:hover .product-item-title{
	color: #fff;
}
.product-list-container ul li:hover{
	border:1px solid #1c3c7e;
}
/*page product end*/

/*productshow*/
.pro-link{
	width: 1200px;
	margin:60px auto 30px;
	height: 24px;
	line-height: 24px;
	background: url(../images/now02.png) left center no-repeat;
	padding-left: 22px;
	font-size: 14px;
}
.pro-link a{
	transition: .4s;
}
.pro-link a:hover{
	color: #1c3c7e;
}
.product-show{
	width: 1146px;
	margin: 0 auto 20px;
}
.product-img{
	float: left;
}
.product-img-show{
	border:1px solid #ddd;
	float: left;
	width: 450px;
	height: 350px;
	position: relative;
}
.product-img-show img{
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	position: absolute;
	top: 0;
}
.product-img-show img.active{
	visibility: visible;
	opacity: 1;
}
.product-img-controller{
	float: left;
	margin-left: 20px;
}
.product-img-controller img{
	width: 77px;
	height: 59px;
	border:2px solid #ddd;
	margin-bottom: 12px;
	cursor: pointer;
}
.product-img-controller img.active,.product-img-controller img:hover{
	border-color: #1c3c7e;
}
.product-info{
	width: 545px;
	float: right;
	position: relative;
}
.pro-pre-next{
	position: absolute;
	top: 0;
	right: 0;
}
.pro-pre-next a{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #373737;
	font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    transition: all 0.3s;
    background: #f8f8f8;
    vertical-align: top;
}
.pro-pre-next a:hover{
	background:#1c3c7e;
	color: #fff;
}
.pro-pre-next a + a{
	margin-left: 14px;
}
.pro-pre-next a.pro-more{
	background:#f8f8f8 url(../images/pro09.png) center no-repeat;
}
.pro-pre-next a.pro-more:hover{
	background:#1c3c7e url(../images/pro09_h.png) center no-repeat;
}
.product-info h2{
	line-height: 58px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 33px;
    padding-left: 2px;
    padding-right: 2px;
    color: #333;
}
.product-info p{
	font-size: 14px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 30px;
}
.product-main{
	width: 1146px;
	margin:0 auto;
}
.product-container-menu{
	border-bottom: 1px solid #ccc;
}
.product-container-menu span{
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #666;
    line-height: 78px;
    border-bottom: 2px solid transparent;
    transition: .4s;
    position: relative;
    cursor: pointer;
}
.product-container-menu span + span:before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	border-right: 1px solid #ccc;
	top: 26px;
	bottom: 26px;
}
.product-container-menu span.active,.product-container-menu span:hover{
	border-bottom: 2px solid #1c3c7e;
	color: #1c3c7e;
}
.product-content{
	padding:50px 100px;
	display: none;
}
.product-content p{
	font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.product-content.active{
	display: block;
}
.product-content img{
	display: inline-block;
	max-width: 100%;
}
/*productshow end*/

/*case show*/
.case-show{
	background:#f6f6f6;
	padding:30px 0;
}
.case-show-container{
	width:1200px;
	margin:0 auto;
}
.case-article{
	width: 900px;
	float: left;
	padding:30px;
	background:#fff;
}
.case-article-header{
	text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.case-article-header h2{
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
}
.case-article-header p{
    font-size: 13px;
    /*padding-bottom: 20px;*/
}
.case-article-header p span{
	margin-right:10px;
}
.case-article-text{
	/*padding: 20px 5px;*/
    box-sizing: border-box;
    min-height: 600px;
}
.case-article-text img{
	display: inline-block !important;
	max-width:100% !important;
	vertical-align: top !important;
}
.case-article-text p{
	line-height: 1.5;
	margin-bottom: 6px;
    font-size: 14px;
    text-align: justify;
}
.case-aside{
	padding:30px 20px;
	background:#fff;
	width:270px;
	float: right;
}
.case-aside h3{
	margin-bottom: 8px;
	font-size: 22px;
	color: #1c3c7e;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.case-aside ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
	line-height: 2;
	margin-bottom: 4px;
	padding:5px 0;
	font-size: 16px;
	position: relative;
}
.case-aside ul li:after{
	content:"";
	display:block;
	border-bottom: 1px solid #1c3c7e;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	width: 0;
	transition:.4s; 
}
.case-aside ul li:hover:after{
	width: 100%;
}
.case-aside ul li a{
	transition: .4s;
}
.case-aside-item figcaption{
	transition:.4s;
	padding:0 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-aside ul li a:hover figcaption{
	color: #1c3c7e;
}
.case-aside-item img{
	width:100%;
}
/*case show end*/

/*page news*/
.bc-nav{
	border-bottom: 1px solid #e4ecf3;
    height: 79px;
    background: #fff;
    line-height: 79px;
}
.bc-nav-container{
	width: 1200px;
	margin:0 auto;
}
.bc-nav-path{
	float: left;
	padding-left: 24px;
	font-size: 13px;
	background:url(../images/map-marker.png) left center no-repeat; 
}
.bc-nav-path a:hover{
	color: #1c3c7e;
}
.bc-nav-menu{
	float: right;
	font-size: 14px;
}
.bc-nav-menu a{
	display: inline-block;
	transition: .3s;
	padding: 0 15px;
}
.bc-nav-menu a:hover,.bc-nav-menu a.active{
	background: #1c3c7e;
	color: #fff;
}
.new-container{
	background: #fafafa;
	padding:50px 0;
}
.news-hot{
	width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    margin-bottom: 30px;
}
.news-hot-img{
	float: left;
	overflow: hidden;
}
.news-hot-img img{
	transition: .5s;
	width: 421px;
	height: 253px;
}
.news-hot-text{
	float: right;
	width: 700px;
}
.news-hot-text h2{
	font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    padding: 20px 0 0;
	transition: .5s;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.news-hot-text p{
	font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}
.news-hot-text p.news-hot-time{
	line-height: normal;
	margin-bottom: 8px;
	color: #888;
}
.news-hot-text span{
	display: inline-block;
	color: #666;
	border:1px solid #666;
	width: 120px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    display: block;
    font-size: 14px;
	transition: .5s;
}
.news-hot-text span:hover{
	color: #fff;
	background:#1c3c7e;
	border:1px solid #1c3c7e;
}
.news-hot a .news-hot-img:hover img{
	transform:scale(1.1,1.1); 
}
.news-hot a:hover .news-hot-text h2{
	color: #1c3c7e;
}
.news {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.news ul{
	width: 1200px;
	margin:0 auto;
}
.news-item{
	margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 30px;
    border: 1px solid #e4ecf3;
    background: #FFF;
    transition:.4s; 
}
.news-item:hover{
	box-shadow: 0 1px 10px 0 rgba(27,124,239,.4);
}
.news-item-text{
	width: 900px;
	float: left;
}
.news-item-title{
	margin-bottom: 8px
}
.news-item-title h2{
	display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 10px;
    transition: .5s;
}
.news-item-title i{
	font-size: 15px;
	color: #666;
	margin-right: 5px; 
}
.news-item-title span{
	display: block;
    color: #888888;
    font-size: 14px;
    padding-right: 10px;
    font-weight: normal;
}
.news-item-title i.fa-eye{
	font-size: 16px;
}
.news-item-text p{
	color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.news-item-img{
	float: right;
	overflow: hidden;
}
.news-item-img img{
	width: 200px;
	height: 120px;
	transition: .5s;
}
.news-item-img img:hover{
	transform: scale(1.1,1.1);
}
.news-item a:hover .news-item-title h2{
	color: #1c3c7e;
}
.page{
	text-align: center;
}
.page a{
	display: inline-block;
	padding:8px 14px;
	border:1px solid #ddd;
	color: #666;
	margin:0 2px;
	font-size: 14px;
	transition: .5s;
}
.page a:hover,.page a.active{
	color: #fff;
	border:1px solid #1c3c7e;
	background:#1c3c7e;
}
.page a.void{
	cursor: default;
}
.page a.void:hover{
	border:1px solid #ddd;
	color: #666;
	background:transparent;
}
/*page news end*/

/*news article*/
.news-show{
	background:#f5f6f6;
	padding:30px 0;
}
.news-show-container{
	width:1200px;
	margin:0 auto;
}
.news-article{
	width: 900px;
	float: left;
	padding:30px;
	background:#fff;
	border-radius: 4px;
	border:1px solid #e4ecf3;
}
.news-aside{
	width:270px;
	float: right;
	border-radius: 4px;
	border:1px solid #e4ecf3;
}
.news-article-header{
	text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.news-article-header h2{
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
}
.news-article-header p{
    font-size: 13px;
    /*padding-bottom: 20px;*/
}
.news-article-header p span{
	margin-right: 10px;
}
.news-article-header p i{
	margin-right:5px;
}
.news-article-text{
	padding: 20px 5px;
    box-sizing: border-box;
    min-height: 260px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.news-article-text img{
	display: block !important;
	max-width: 100% !important;
	vertical-align: top !important;
}
.news-article-text p{
	line-height: 1.5;
	margin-bottom: 6px;
    font-size: 14px;
    text-align: justify;
}
.news-article-order a{
	padding:0 5px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
	transition: .4s;
}
.news-article-order a:hover{
	color:#1c3c7e;
}
.news-article-order a.void:hover{
	color:#666;
}
.news-aside{
	padding:30px 20px;
	background:#fff;
}
.news-aside h3{
	margin-bottom: 8px;
	font-size: 22px;
	color: #1c3c7e;
}
.news-aside ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
	line-height: 2;
	margin-bottom: 4px;
	padding:5px;
	font-size: 16px;
}
.news-aside ul li a{
	transition: .4s;
}
.news-aside ul li a:hover{
	color: #1c3c7e;
}
/*news article end*/

/*page contact*/
.company-info{
	overflow:hidden;
	background:#f7f7f7;
	padding-bottom: 4.5%;
}
.company-info-container{
	width: 1200px;
	margin:0 auto;
}
.company-info-container ul li{
	width:33.333333%;
	box-sizing: border;
	padding:0 10px;
	float: left;
}
.company-info-container ul li img{
	width:100%;
}
.company-info-text{
	background:#fff;
	padding:20px;
}
.company-info-text h3{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
.company-info-text p{
	font-size: 14px;
	line-height: 2;
}
.company-info-text p span{
	visibility: hidden;
}

.message{
	padding-bottom: 4%;
}
.message-container{
	width: 720px;
	margin:0 auto;
}
.message-info{
	margin-bottom: 30px;
}
.message-info .message-info-item{
	width:33.33333%;
	padding:0 15px;
	box-sizing: border-box;
	float: left;
}
.message-info .message-info-item input{
	width:100%;
	display: block;
	border:0;
	color: #34343c;
    background: #f7f8fa;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 6px 12px;
}
.message-msg{
	padding:0 15px;
	margin-bottom: 30px;
}
.message-msg textarea{
	width:100%;
	color: #34343c;
    background: #f7f8fa;
    border:0;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
}
.message-sub{
	padding:0 15px;
}
.message-sub *{
	float: left;
	height: 40px;
	width: auto;
	margin-right:20px;
}
.message-sub input{
	color: #34343c;
    background: #f7f8fa;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 6px 12px;
    border:0;
    width: 120px;
}
.msgBubmit{
	font-size: 14px;
    padding: 0 22px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border:0;
    background:#1c3c7e;
    color:#fff;
    width:330px;
	float: right;
	cursor: pointer;
}
.map{
	position: relative;
	height: 450px;
}
.map-menu{
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 10px;
}
.map-menu-switch{
	font-size: 14px;
    color: #99bbff;
    background: #fafafa;
    padding: 6px 10px;
    margin: 0 5px;
    border: 1px solid #99bbff;
    cursor: pointer;
    transition: .4s;
}
.map-menu-switch.active{
	color: #fff;
    background: #99bbff;
	border: 1px solid #99bbff;
}
.map-container{
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.map-container.active{
	visibility: visible;
	z-index: 2;
}
.map-container *{
	box-sizing: content-box;
}
/*page contact end*/

/*page case*/
.case{
	background:#fafafa;
	padding:50px 0 50px;
	overflow: hidden;
}
.case-container{
	margin-bottom: 30px;
	padding-bottom:30px;
	border-bottom: 1px solid #eee;
}
/*page case end*/

/*about*/
.about-container{
	width:1200px;
	margin:0 auto;
}
.about-img{
	float: left;
}
.about-img img{
	border-radius: 12px;
	overflow:hidden;
}
.about-text{
	width:570px;
	float: right;
}
.about-text h3{
	font-size: 24px;
	color: #1c3c7e;
	line-height: 2.4;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.about-text h3:after{
	content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    background: #1c3c7e;
    left: 0;
    bottom: 0;
}
.about-text h4{
	font-size: 22px;
	color: #1c3c7e;
	line-height: 2.4;
	position: relative;
}
.abotu-text-content p{
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
	margin-bottom: 10px;
}
.abotu-text-content p span{
	color: #5786de;
}
.culture{
	overflow: hidden;
}
.culture-container{
	width: 1200px;
	margin:0 auto;
}
.culture-item + .culture-item{
	margin-top: 20px;
}
.culture-item .culture-text{
	width:850px;
	padding:64px 0 0;
}
.culture-text h3{
	font-size: 24px;
	color: #1c3c7e;
	line-height: normal;
	margin-bottom: 34px;
}
.culture-text p{
	line-height: 2;
	text-indent: 2em;
	font-size: 14px;
	margin-bottom: 10px;
}
.culture-item:nth-of-type(odd) .culture-img{
	float: left;
}
.culture-item:nth-of-type(odd) .culture-text{
	float: right;
}
.culture-item:nth-of-type(even) .culture-img{
	float: right;
}
.culture-item:nth-of-type(even) .culture-text{
	float: left;
	text-align: justify;
}
.culture-item:nth-of-type(even) .culture-text h3{
	text-align: right;
}
.honor{
	width:100%;
	overflow: hidden;
}
.about-interval{
	margin-top: 80px;
	width: 100%;
	height: 380px;
	background:url(../images/about-interval.jpg) center/cover no-repeat;
}

/*about end*/

/*download*/
.download{
	background: #f5f6f6;
    padding: 50px 0;
}
.download-container{
	margin-bottom: 30px;
	padding-bottom: 10px;
    border-bottom: 1px solid #e4ecf3
}
.download-container ul{
	width: 1200px;
	margin:0 auto;
}
.download-item{
	width:25%;
	margin-bottom: 20px;
	float: left;
}
.download-item a{
	display: block;
	background: #fff;
	margin:0 10px;
	transition:.4s;
}
.download-item a:hover{
	box-shadow: 0 1px 10px 0 rgba(27,124,239,.4);
}
.download-item img{
	width:100%;
}
.download-text{
	padding: 14px 20px 0 20px;
	position: relative;
}
.download-text h3{
	font-size: 18px;
	transition: .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download-text i{
	color:#666; 
}
.download-text p{
	padding: 26px 0 20px;
	font-size: 14px;
}
.download-text p i{
	margin-right:6px;
	font-size:17px 
}
.download-icon{
	position: absolute;
	bottom: 14px;
	right: 20px;
}
.download-icon i{
	font-size: 42px;
	transition:.4s;
}
.download-item a:hover h3{
	color: #1c3c7e;
}
.download-item a:hover .download-icon i{
	color:#1c3c7e;
}
.download-source{
	padding-bottom: 20px;
}
.download-source h3{
	font-size: 18px;
	color: #1c3c7e;
	margin-bottom: 5px;
}
.download-source li{
	border-bottom: 1px dashed #ddd;
    line-height: 1.5;
    padding: 10px 4px 5px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-source li a{
	font-size: 16px;
	transition:.4s;
}
.download-source li a:hover{
	color: #1c3c7e;
}

/*download end*/

/*question*/
.question{
	background: #f5f6f6;
    padding: 50px 0;
}
.question-container{
	margin-bottom: 30px;
	padding-bottom: 10px;
    border-bottom: 1px solid #e4ecf3
}
.question-container ul{
	width: 1200px;
	margin:0 auto;
}
.question-item{
	width:25%;
	margin-bottom: 20px;
	float: left;
}
.question-item a{
	display: block;
	background: #fff;
	margin:0 10px;
	transition:.4s;
}
.question-item a:hover{
	box-shadow: 0 1px 10px 0 rgba(27,124,239,.4);
}
.question-item img{
	width:100%;
}
.question-text{
	padding: 14px 20px 0 20px;
	position: relative;
}
.question-text h3{
	font-size: 18px;
	transition: .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.question-text i{
	color:#666; 
}
.question-text p{
	padding: 26px 0 20px;
	font-size: 14px;
}
.question-text p i{
	margin-right:6px;
	font-size:17px 
}
.question-icon{
	position: absolute;
	bottom: 17px;
	right: 20px;
}
.question-icon i{
	font-size: 42px;
	transition:.4s;
}
.question-item a:hover h3{
	color: #1c3c7e;
}
.question-item a:hover .question-icon i{
	color:#1c3c7e;
}
/*question end*/
.pageDescription{
	margin-bottom: 50px;
	text-align: center;
}
